main .edit-inner .edit-table {
  border-top: 0;
}

main .edit-inner .edit-table th {
  width: 18.1%;
  min-width: 175px;
  padding-left: 3%;
  vertical-align: middle;
}

main .edit-inner .edit-table th.v-top {
  vertical-align: top;
}

main .edit-inner .edit-table td input[type=text]:not(.small),
main .edit-inner .edit-table td div.relative,
main .edit-inner .edit-table td textarea,
main .edit-inner .edit-table td input[type=password] {
  width: 60.1%;
}

main .edit-inner .edit-table td input[type=text]:not(.small)::-moz-placeholder,
main .edit-inner .edit-table td div.relative::-moz-placeholder,
main .edit-inner .edit-table td textarea::-moz-placeholder,
main .edit-inner .edit-table td input[type=password]::-moz-placeholder {
  font-size: 1rem;
}

main .edit-inner .edit-table td input[type=text]:not(.small)::placeholder,
main .edit-inner .edit-table td div.relative::placeholder,
main .edit-inner .edit-table td textarea::placeholder,
main .edit-inner .edit-table td input[type=password]::placeholder {
  font-size: 1rem;
}

main .edit-inner .edit-table td label.small,
main .edit-inner .edit-table td input[type=text].small {
  width: 27.8%;
}

main .user-common {
  display: flex;
  gap: 2.2%;
}

main .user-common .user-slide {
  width: 282.5px;
}

main .user-common .category-slide {
  min-width: 240px;
  max-width: 240px;
}

main .user-common .user-slide .accordion-item {
  border: 0;
}

main .user-common .user-slide .accordion-header {
  color: #454545;
}

main .user-common .user-slide .accordion-header .accordion-button {
  padding: 15px 16px;
  border-bottom: 1px solid #8588A1;
  background: #EFF7F8;
  font-weight: normal;
  box-shadow: none;
  color: #454545;
  font-size: 1rem;
}

main .user-common .user-slide .accordion-header .accordion-button::after {
  background-image: url(../img/icon_slide-arrow-up.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
}

main .user-common .user-slide .accordion-body {
  padding: 0 16px 0 36px;
  background: #EFF7F8;
  color: #454545;
  border-bottom: 1px solid #8588A1;
}

main .user-common .user-slide .accordion-body ul {
  margin-bottom: 0;
}

main .user-common .user-slide .accordion-body li {
  padding: 16px 16px 18px 0;
  border-bottom: 1px solid #8588A1;
}

main .user-common .user-slide .accordion-body li:last-child {
  border-bottom: 0;
}

main .user-common .user-slide .accordion-body li.active {
  font-weight: 500;
  color: #12A3BF;
}

main .user-common .user-main {
  flex: 1;
  padding-top: 168px;
  position: relative;
}

main .user-common .user-main.normal {
  padding-top: 0;
}

main .user-common .user-main .top-small-list {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
}

main .user-common .user-main .top-small-list ul {
  display: flex;
  flex-wrap: wrap;
  height: 144px;
  overflow: hidden;
}

main .user-common .user-main.height-custom {
  padding-top: 0;
}

main .user-common .user-main.height-custom .top-small-list {
  position: unset;
}

main .user-common .user-main.height-custom .top-small-list ul {
  height: auto;
  padding-bottom: 24px;
}

main .user-common .user-main .top-small-list ul.show {
  height: auto;
  overflow: visible;
}

main .user-common .user-main .top-small-list ul li {
  width: calc(97% / 4);
  margin-right: 1%;
  font-size: 0.875rem;
  min-height: 36px;
  padding: 8px 16px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
}

main .user-common .user-main .top-small-list ul li:nth-of-type(4n) {
  margin-right: 0;
}

main .user-common .user-main .top-small-list ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #EFF7F8;
  position: absolute;
  left: -100%;
  top: 0;
  transition: 0.2s;
}

main .user-common .user-main .top-small-list ul li:hover::after {
  left: 0;
}

main .user-common .user-main .top-small-list ul li .item-main {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}

main .user-common .user-main .top-small-list ul li img {
  margin-right: 3.7%;
  width: 20px;
}

main .user-common .user-main .top-small-list ul li span {
  line-height: 1.2;
}

main .user-common .user-main .top-small-list .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  /* background: url(../img/bg_mark.png) no-repeat;
  background-size: cover; */
  background: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 1) 100%);
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: center;
}

main .user-common .user-main .top-small-list .more button {
  font-size: 0.937rem;
}

main .user-common .user-main .top-small-list .close {
  padding: 13px 0;
  display: flex;
  justify-content: center;
}

main .user-common .user-main .product-list ul {
  display: grid;
  grid-template-columns: repeat(3, 32.8%);
  -moz-column-gap: 0.89%;
  column-gap: 0.89%;
  row-gap: 20px;
}

main .user-common .user-main .product-list ul li {
  background: #fff;
}

main .user-common .user-main .product-list ul li .pic {
  position: relative;
}

main .user-common .user-main .product-list ul li .pic .star {
  width: 20px;
  height: 20px;
  background: url(../img/icon_star-grey-deep.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 9px;
  top: 8px;
}

main .user-common .user-main .product-list ul li .pic .star.active {
  background: url(../img/icon_star-solid.svg) no-repeat;
  background-size: contain;
}

main .user-common .user-main .product-list ul li .product-message {
  padding: 8px;
  border: 1px solid #F5F5F5;
}

main .user-common .user-main .product-list ul li .product-message .title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

main .user-common .user-main .product-list ul li .product-message .prompt {
  font-size: 0.875rem;
  margin-bottom: 4px;
  height: 20px;
}

main .user-common .user-main .product-list ul li .product-message a {
  color: #12A3BF;
  text-decoration: underline;
  line-height: 21px;
  min-height: 44px;
}

main .user-common .user-main .product-list ul li .product-message a .small {
  font-size: 0.75rem;
}

main .user-common .user-main .product-list ul li .product-message .detail-message {
  margin: 4px 0 0;
  font-size: 0.875rem;
}

main .user-common .user-main .product-list ul li .product-message .detail-message p {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 26px;
}

main .user-common .user-main .product-list ul li .product-message .detail-message p .price {
  color: #B53F25;
  font-weight: bold;
  font-size: 1.5rem;
}

.product-message .detail-message p .price img {
  height: 1.1em;
  display: inline-block
}

main .user-common .user-main .product-list ul li .product-message .bottom {
  text-align: right;
}

main .user-common .user-main nav.pagination-outside {
  margin: 40px 0 120px;
}

main .user-common.user-product-list .user-main .product-list li .pic {
  width: 100%;
  height: 292px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgb(247, 247, 247); */
}

main .user-common.user-product-list .user-main .product-list li .pic img {
  width: auto;
  height: auto;
  max-height: 100%;
}

main .star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_star-grey-deep.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}

main .star.shallow {
  display: inline-block;
  width: 16.53px;
  height: 16.03px;
  background: url(../img/icon_star-shallow.svg) no-repeat;
  background-size: contain;
}

main .star.shallow.active {
  background: url(../img/icon_star-solid.svg) no-repeat;
  background-size: contain;
}

main .star.active {
  background: url(../img/icon_star-solid.svg) no-repeat;
  background-size: contain;
}

main a {
  color: #12A3BF;
  text-decoration: underline;
}

main .history-favrite {
  padding-bottom: 120px;
}

main .history-favrite .list-main .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 3%;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #F5F5F5;
}

main .history-favrite .list-main .list-item .left {
  display: flex;
  align-items: center;
  width: calc(100% - 180px);
}

main .history-favrite .list-main .list-item .star {
  margin-right: 2.97%;
  flex-shrink: 0;
}

main .history-favrite .list-main .pic {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4%;
  flex-shrink: 0;
}

main .history-favrite .list-main .pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

main .history-favrite .list-main .pic-main {
  display: flex;
  flex: 1;
}

main .history-favrite .list-main .item-main {
  padding-top: 4px;
}

main .history-favrite .list-main .item-main p.title {
  font-size: 1rem;
  font-weight: bold;
}

main .history-favrite .list-main .item-main .price {
  font-size: 0.875rem;
  line-height: 1.35rem;
  margin: 11px 0 10px;
}

main .history-favrite .list-main .item-main .price span {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #B53F25;
  font-weight: bold;
  margin-right: 4px;
}

main .history-favrite .list-main .item-main .prompt {
  font-size: 0.875rem;
  line-height: 1.35rem;
}

main .history-favrite .list-main .item-main .prompt span {
  margin-left: 16px;
}

main .history-favrite .outside-prompt {
  font-size: 1rem;
  color: #8588A1;
}

main .history-favrite.history-list .list-main .list-item {
  padding: 12px 3%;
  margin-bottom: 20px;
  border: 1px solid #F5F5F5;
}

main .history-favrite.history-list .list-main .list-item .star {
  margin-right: 1.7%;
}

main .history-favrite.history-list .list-main .pic {
  width: 72px;
  height: 73px;
  margin-right: 1.7%;
}

main .history-favrite.history-list .list-main .item-main .price {
  font-size: 0.875rem;
  line-height: 1.35rem;
  margin: 8px 0 10px;
}

main .history-favrite.history-list .list-main .item-main .price img {
  display: inline-block;
  vertical-align: sub;
}

main .history-favrite.history-list .list-main .item-main .price span.num {
  font-size: 1.25rem;
  line-height: 1.68rem;
}

main .history-favrite.history-list .list-main .item-main .price span.prompt {
  font-size: 0.875rem;
  line-height: 1.35rem;
  margin-left: 8px;
  color: #454545;
  font-weight: normal;
}

main .history-favrite.history-list .list-main .item-main .price span.prompt span {
  font-size: 0.875rem;
  line-height: 1.35rem;
  color: #454545;
  font-weight: normal;
  margin-left: 16px;
}

main .history-favrite.favrite-list .pic {
  width: 156px;
  height: 163px;
}

main .history-favrite.favrite-list.favrite-list-sp .pic {
  margin-right: 36px;
}

main .history-favrite.favrite-list .list-main .item-main .prompt:first-child {
  margin-bottom: 5px;
}

main .history-favrite.favrite-list .list-main .item-main .title {
  margin: 6px 0 10px;
}

main .history-favrite.favrite-list .list-main .item-main .code-list {
  display: flex;
  gap: 36px;
  font-size: 0.875rem;
}

main .history-favrite.favrite-list .list-main .item-main .code-list li {
  display: flex;
}

main .history-favrite.favrite-list .list-main .item-main .code-list li.last {
  flex-shrink: 0;
}

main .history-favrite.favrite-list .list-main .item-main .code-list li span {
  flex-shrink: 0;
}

main .history-favrite.favrite-list .list-main .item-main .code-list li p {
  max-width: 300px;
}

main .history-favrite.favrite-list .list-main .item-main .price {
  margin: 6px 0;
}

main .history-favrite.favrite-list .list-main .item-main .price span {
  margin-left: 4px;
  margin-right: 8px;
}

main .history-favrite.favrite-list .list-main .item-main a {
  font-size: 0.75rem;
}

main .history-favrite nav.pagination-outside {
  margin-bottom: 0;
}

main .float {
  width: 100%;
  background: #EFF7F8;
  padding: 13px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 100;
}

main .float.static {
  position: relative;
  bottom: -120px;
}

main .float button {
  width: 229px;
}

@media screen and (max-width: 768px) {
  .no-scroll {
    overflow: hidden;
  }

  main .history-favrite {
    padding-bottom: 68px;
  }

  main .user-common .category-slide {
    max-width: none;
  }

  main .history-favrite.history-list .list-main .list-item {
    flex-direction: column;
    align-items: flex-end;
    border: none;
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 18px;
    padding: 0 0 16px 8px;
  }

  main .history-favrite.history-list .list-main .list-item:last-child {
    margin-bottom: 0;
  }

  main .history-favrite.history-list .list-main .list-item .left {
    width: 100%;
  }

  main .history-favrite.history-list .list-main .list-item .start {
    margin-right: 8px;
  }

  main .history-favrite.history-list .list-main .pic {
    width: 59px;
    height: 59px;
    margin-right: 8px;
  }

  main .history-favrite.history-list .list-main .item-main {
    padding-top: 8px;
  }

  main .history-favrite.history-list .list-main .item-main p.title {
    font-size: 14px;
  }

  main .history-favrite.history-list .list-main .item-main .price {
    font-size: 12px;
    line-height: 16px;
    color: #454545;
  }

  main .history-favrite.history-list .list-main .item-main .price span.num {
    font-size: 16px;
    line-height: 21px;
  }

  main .history-favrite.history-list .list-main .item-main .price span.prompt {
    font-size: 12px;
    line-height: 16px;
  }

  main .history-favrite.history-list .list-main .item-main .price span.prompt span {
    font-size: 12px;
    line-height: 16px;
    margin-left: 2px;
  }

  main .history-favrite.history-list .list-main button.full {
    width: 94px;
    font-size: 14px;
    height: 31px;
  }

  main .history-favrite .outside-prompt {
    font-size: 14px;
    margin-top: 7px;
  }

  main .search-btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }

  main .search-btn h1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0;
  }

  main .search-btn .category-search {
    font-size: 14px;
    line-height: 19px;
    color: #12A3BF;
    padding: 3px 15px;
    border-radius: 2px;
    border: 1px solid #13A3BF;
  }

  main .commodity-list .user-common {
    flex-direction: column;
  }

  main .commodity-list .user-common .user-slide {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100vh;
    overflow-y: auto;
    display: none;
    background-color: #FFFFFF;
    padding-bottom: 60px;
  }

  main .commodity-list .user-common .user-slide .title-top {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding: 7px 16px 9px;
    background-color: #C1E4E8;
  }

  main .commodity-list .user-common .user-slide .fixed-return {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.16);
  }

  main .commodity-list .user-common .user-slide .fixed-return .confirm {
    width: 76px;
    padding: 8px 12px;
  }

  main .commodity-list .user-common .user-slide .accordion {
    padding-bottom: 140px;
  }

  main .commodity-list .user-common .user-slide .accordion-body {
    font-size: 16px;
    line-height: 21px;
    padding-right: 0;
    background-color: #FFFFFF;
  }

  main .commodity-list .user-common .user-slide .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 21px;
    background-color: #FFFFFF;
  }

  main .commodity-list .user-common .user-main .product-list ul {
    display: flex;
    flex-wrap: wrap;
  }

  main .commodity-list .user-common .user-main .product-list ul li {
    width: 100%;
    padding: 16px;
    border: 1px solid #F5F5F5;
  }

  main .user-common .user-main .product-list ul li .sp-pic {
    display: flex;
  }

  main .user-common .user-main .product-list ul li .sp-pic .left {
    width: 129px;
    height: 129px;
    flex-shrink: 0;
    /* background-color: #F7F7F7; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  main .user-common .user-main .product-list ul li .sp-pic .left img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }

  main .user-common .user-main .product-list ul li .sp-pic .right {
    flex: 1;
    margin-left: 4px;
    max-width: 240px;
    min-width: 180px;
  }

  main .user-common .user-main .product-list ul li .sp-pic .right .position-right {
    display: flex;
    justify-content: flex-end;
  }

  main .user-common .user-main .product-list ul li .sp-pic .right .title {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
  }

  main .user-common .user-main .product-list ul li .sp-pic .right .prompt {
    font-size: 10px;
    line-height: 14px;
    margin: 2px 0;
  }

  main .user-common .user-main .product-list ul li .sp-pic .right a {
    font-size: 14px;
    line-height: 19px;
  }

  main .user-common .user-main .product-list ul li .product-message {
    padding: 0;
    border: 0;
  }

  main .user-common .user-main .product-list ul li .product-message .detail-message {
    font-size: 12px;
    margin-top: 16px;
  }

  /* main .user-common .user-main .product-list ul li .product-message .detail-message p {
    margin-bottom: 2px;
  } */
  main .user-common .user-main .product-list ul li .product-message .detail-message p .price {
    font-size: 16px;
  }

  main .user-common .user-main .product-list ul li .product-message .bottom a {
    font-size: 12px;
  }

  main .user-common .user-main nav.pagination-outside {
    margin: 46px 0 68px;
  }

  main .user-common .user-main {
    padding-top: 153px;
  }

  main .user-common .user-main .top-small-list ul {
    height: 125px;
    justify-content: space-between;
  }

  main .user-common .user-main .top-small-list ul li {
    width: calc((100% - 12px) / 2);
    font-size: 12px;
    min-height: 28px;
    padding: 4px 12px 4px 8px;
    margin-bottom: 4px;
    margin-right: 12px;
  }

  main .user-common .user-main .top-small-list ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  main .user-common .user-main .top-small-list ul li img {
    margin-right: 2px;
  }

  main .user-common .user-main .top-small-list .more button,
  main .user-common .user-main .top-small-list .close button {
    font-size: 15px;
  }

  main .edit-inner .edit-table tr {
    display: flex;
    flex-direction: column;
  }

  main .edit-inner .edit-table tr:first-child {
    border-top: 1px solid #8588A1;
  }

  main .edit-inner .edit-table tr th,
  main .edit-inner .edit-table tr td {
    width: 100%;
  }

  main .edit-inner .edit-table tr th {
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    padding-top: 9px;
    padding-bottom: 8px;
    border-bottom: 0;
  }

  main .edit-inner .edit-table tr th .must {
    margin-left: 4px;
  }

  main .edit-inner .edit-table tr td {
    padding: 8px;
    min-height: 52px;
  }

  main .edit-inner .edit-table td .confirm-text {
    font-size: 14px;
    padding: 9px 8px 7px;
    line-height: 1.1;
  }

  main .edit-inner .edit-table tr td input[type=text]:not(.small),
  main .edit-inner .edit-table tr td div.relative,
  main .edit-inner .edit-table tr td textarea,
  main .edit-inner .edit-table tr td input[type=password] {
    width: 100%;
  }

  main .edit-inner .edit-table tr td input[type=text]:not(.small)::-moz-placeholder,
  main .edit-inner .edit-table tr td div.relative::-moz-placeholder,
  main .edit-inner .edit-table tr td textarea::-moz-placeholder,
  main .edit-inner .edit-table tr td input[type=password]::-moz-placeholder {
    font-size: 14px;
  }

  main .edit-inner .edit-table tr td input[type=text]:not(.small)::placeholder,
  main .edit-inner .edit-table tr td div.relative::placeholder,
  main .edit-inner .edit-table tr td textarea::placeholder,
  main .edit-inner .edit-table tr td input[type=password]::placeholder {
    font-size: 14px;
  }

  main .edit-inner .edit-table tr td label.small,
  main .edit-inner .edit-table tr td input[type=text].small {
    width: 79.52%;
  }

  main .float {
    padding: 13px 0;
    position: fixed;
    bottom: 0;
  }

  main .float.static {
    position: fixed;
    bottom: 0;
  }

  main .float button {
    width: 204px;
    height: 32px;
    font-size: 15px;
  }

  main .edit-inner .shop-blog-sp .edit-table {
    margin-bottom: 32px;
  }

  main .edit-inner .shop-blog-sp button.big {
    width: 100px;
  }

  main .edit-inner .shop-blog-sp button.small {
    width: 100px;
  }

  main .history-favrite.favrite-list-sp {
    padding-bottom: 68px;
  }

  main .history-favrite.favrite-list-sp .pic-main>.dis-sp {
    width: 97px;
    flex-shrink: 0;
    margin-right: 8px;
  }

  main .history-favrite.favrite-list-sp .list-main .list-item {
    padding: 22px 0;
    margin-bottom: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }

  main .history-favrite.favrite-list-sp .list-main .list-item:first-of-type {
    border-top: none;
  }

  main .history-favrite.favrite-list-sp .list-main .list-item .left {
    width: 100%;
  }

  main .history-favrite.favrite-list-sp .list-main .list-item .star {
    width: 13px;
    height: 13px;
    margin-right: 4.5px;
    margin-top: -50px;
  }

  main .history-favrite.favrite-list.favrite-list-sp .pic {
    width: 97px;
    height: 102px;
    margin-right: 8px;
    background-color: #F7F7F7;
    margin-bottom: 3px;
  }

  main .history-favrite.favrite-list.favrite-list-sp .list-main .dis-sp a {
    display: block;
    font-size: 12px;
    text-align: center;
    margin: 3px 0 6px;
  }

  main .favrite-list-sp .list-main .item-main>.dis-sp {
    width: fit-content;
  }

  main .favrite-list-sp button.confirm.full {
    width: 94px;
    height: 31px;
  }

  main .history-favrite.favrite-list.favrite-list-sp .list-main .item-main .prompt:first-child {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 2px;
  }

  main .history-favrite.favrite-list.favrite-list-sp .list-main .item-main .prompt:nth-of-type(2) {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 2px;
  }

  main .history-favrite.favrite-list.favrite-list-sp .list-main .item-main .title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 16px;
  }

  main .history-favrite.favrite-list-sp .list-main .item-main {
    flex: 1;
  }

  main .history-favrite.favrite-list.favrite-list-sp .list-main .item-main .code-list {
    font-size: 14px;
    display: block;
  }

  main .history-favrite.favrite-list.favrite-list-sp .list-main .item-main .code-list li {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
  }

  main .history-favrite.favrite-list.favrite-list-sp .list-main .item-main .code-list li>span {
    flex-shrink: 0;
  }

  main .history-favrite.favrite-list.favrite-list-sp .list-main .item-main .price {
    font-size: 14px;
    line-height: 19px;
  }

  main .edit-inner .edit-table td .date-label.error-tanhao::before {
    top: 14px;
  }

  .product-list ul li .product-message .title,
  .prompt,
  .product-list ul li .product-message .detail-message,
  .product-list ul li .product-message .detail-message p .dis-pc {
    display: block;
  }

  .title,
  .prompt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 220px;
  }

  .product-list ul li .product-message .no-sp {
    display: none;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }

  .product-list ul li .sp-pic .right a,
  .product-list ul li .product-message a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
  }

  main .page-inner .product-details .products-sp .right .sp-no {
    display: none;
  }
}

/*# sourceMappingURL=user-common.css.map */


@media screen and (min-width: 769px) {
  .product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    line-height: 1.5em;
    max-height: 3em;
  }

  .title.dis-pc,
  .prompt.dis-pc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 300px;
  }

  .product-name a,
  .product-message a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
  }
}